README

Path: README
Last Update: Sat Apr 05 16:15:57 -0400 2008

LabelWithIndex

Adds index option to label

  label :user, :name, nil, :index => 2
  # => <label for="user_2_name">Name</label>

Makes radio buttons display correct id

  radio_button :post, :category, "java"
  # => <input type="radio" id="post_category_java" name="post[category]" value="java" />

Testing

When I put the test in rails source they work - but I can‘t figure out how to get them to run from the plugin.

References

Copyright (c) 2008 Jeff Dean, released under the MIT license

[Validate]